home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- .\MARXMENU.EXE %1 .
- %MXCMD%
- %0 %1
-
- *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
-
- MarxMenu * CopyRight 1989-91 by Marc Perkel
-
- If you are having trouble getting MarxMenu to work,
- the first line of this file can be changed to ECHO ON.
-
- MarxMenu controls this batch file by writing to the environment
- variable MXCMD. %0 = MARX.BAT and restarts this batch file.
-
- MXSTOP.BAT is executed to exit this batch file.
- The third parameter in line 2 is the directory where temporary
- batch files are created.
-
- *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
-
- MARX.BAT
- -------- +-------MarxMenu Creates--+
- +----> @ECHO OFF | |
- | C:\MARX\MARXMENU.EXE %1 C:\MARX |
- | %MXCMD% ->---+ +-> $MX00000.BAT
- | +--> %0 %1 --+ | ------------
- | | | +---------------------------> CD\WORDSTAR
- +-|------<-----+ WS --+
- | |
- +--------------------------------------------------<-+
-
- Note: MarxMenu sets MXCMD = CALL $MX00000.BAT
-
- *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*